Feature: Validacion funcionalidades Ghost

Scenarios

Chart

Status

Progress

1

Passed

0.00%

Failed

0.00%
Total duration:
1m 37.772s

Scenario: Como usuario, quiero crear una nueva publicación de blog

Before 0m 10.685s
Given I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin" 0m 4.679s
When I enter email "testerJunior@gmail.com" 0m 1.641s
And I enter password "testerjunior1" 0m 0.586s
And I click login 0m 0.721s
When I click on posts 0m 3.525s
And I click on new post 0m 1.156s
And I enter post title "titulo de la nueva publicación" in the content field 0m 1.046s
And I enter post content "contenido de la nueva publicación" in the content field 0m 1.252s
When I click publish 0m 0.987s
Then I verify that a button with span continue final review exists 0m 0.596s
When I click continue, final review 0m 0.655s
Then I verify that a button with span Publish post, right now exists 0m 0.650s
When I click publish post, right now 0m 0.553s
And I click Back to editor 0m 2.084s
And I click on posts 0m 0.383s
Then I verify that a post with text "titulo de la nueva publicación" exists 0m 0.540s + Show Error
Error: No se encontró un <h3> con la clase 'gh-content-entry-title' y el texto 'titulo de la nueva publicación'.
    at KrakenWorld.<anonymous> (/Users/feliperivera/Desktop/Kraken/features/web/step_definitions/step.js:141:15)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
After 0m 6.033s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When I enter email "testerJunior@gmail.com"
And I enter password "testerjunior1"
And I click login
When I click on posts
And I click on new post
And I enter post title "titulo de la nueva publicación" in the content field
And I enter post content "contenido de la nueva publicación" in the content field
When I click publish
Then I verify that a button with span continue final review exists
When I click continue, final review
Then I verify that a button with span Publish post, right now exists
When I click publish post, right now
And I click Back to editor
And I click on posts
Then I verify that a post with text "titulo de la nueva publicación" exists
After
NO IMAGE AVAILABLE